Fields that describe the user
CimUser
Fields that describe the user
|
Name | Description | Data Type |
---|---|---|
AuthenticationType | CimUserType | |
Enable | set it to true to enable the user. | boolean |
PasswordExpiresInDays | password expires in number of configured days. | number |
Password | Password for the user. | string |
Resources | An array of resources that mapped to the user. | Array[string] |
RoleID | The Id of role. | string |
UserID | The Id of user. | string |
UserName | The name of user. | string |